Time

Learn about time in Go.

We'll cover the following

time.LoadLocation reads from a file#

To convert between time zones you first need to load location information.

Day and night

It turns out that time.LoadLocation reads from a file every time it’s called. Not the best thing to do when formatting each row of a massive CSV report:

/
main_test.go
Using `time.LoadLocation`

Logging

Quiz: Memory and Time